home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / EDITORS / VI / VIM / SOURCE / vim / doc / unix_doc < prev    next >
Text File  |  1992-08-04  |  1KB  |  31 lines

  1. This file contains the particularities for the UNIX version of Vim.
  2.  
  3. The default help filename is "/usr/local/lib/vim.hlp"
  4. The files "$HOME/.vimrc" and "$HOME/.exrc" are used instead of "s:.vimrc" and 
  5. "s:.exrc". Additionally "/usr/etc/.vimrc" is used first.
  6.  
  7. Temporary files (for filtering) are put in "/tmp".
  8.  
  9. In some cases the terminal may have a problem with CTRL-S (subtract
  10. command). To get around this you can map another key to CTRL-S, and remap
  11. CTRL-S to nothing. You could use CTRL-W:
  12.     :noremap! ^W ^V019
  13.     :noremap! ^V019 ^V^V
  14.     :noremap ^W ^V019
  15.     :noremap ^V019 ^V^V
  16. (^V is the single character CTRL-V. Do not use the '^' character. You have to 
  17. type CTRL-V twice to get one. What is shown above is what you have to type, 
  18. it will look different on the screen or in the .exrc file.)
  19.  
  20. With wildcard expansion you can use <~> (home directory) and <$> 
  21. (environment variable).
  22.  
  23. Because terminal updating under UNIX is often slow (e.g. serial line 
  24. terminal, shell window in suntools), the 'showcommand' and 'ruler' options 
  25. are default off.
  26.  
  27. The file Vim132 is a shell script that can be used to put Vim in 132 column 
  28. mode on a vt100 and lookalikes.
  29.  
  30. The *.info files are for the Amiga. You don't need them with unix.
  31.